home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #10 / 1999 CD 10 (black).iso / Spank2 / spank2.exe / scripts / DefineButton2_55 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  1999-06-04  |  122 b   |  9 lines

  1. on(press){
  2.    tellTarget("_level2/spankscore")
  3.    {
  4.       nextFrame();
  5.       stop();
  6.    }
  7.    gotoAndPlay(1066);
  8. }
  9.